home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / CLINIC / LOCATEU.DFM / LOCATEU.txt
Text File  |  1997-04-27  |  1KB  |  79 lines

  1. object Form1: TForm1
  2.   Left = 173
  3.   Top = 124
  4.   Width = 401
  5.   Height = 222
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 16
  15.     Top = 140
  16.     Width = 38
  17.     Height = 13
  18.     Caption = 'Cust&No:'
  19.     FocusControl = EdtCustNo
  20.   end
  21.   object Label2: TLabel
  22.     Left = 8
  23.     Top = 172
  24.     Width = 47
  25.     Height = 13
  26.     Caption = '&Company:'
  27.     FocusControl = EdtCompany
  28.   end
  29.   object DBGrid1: TDBGrid
  30.     Left = 0
  31.     Top = 0
  32.     Width = 385
  33.     Height = 128
  34.     DataSource = DataSource1
  35.     TabOrder = 0
  36.     TitleFont.Color = clWindowText
  37.     TitleFont.Height = -11
  38.     TitleFont.Name = 'MS Sans Serif'
  39.     TitleFont.Style = []
  40.   end
  41.   object EdtCustNo: TEdit
  42.     Left = 64
  43.     Top = 136
  44.     Width = 207
  45.     Height = 21
  46.     TabOrder = 1
  47.     Text = '1354'
  48.   end
  49.   object EdtCompany: TEdit
  50.     Left = 64
  51.     Top = 168
  52.     Width = 207
  53.     Height = 21
  54.     TabOrder = 2
  55.     Text = 'cayman'
  56.   end
  57.   object Button1: TButton
  58.     Left = 280
  59.     Top = 136
  60.     Width = 105
  61.     Height = 53
  62.     Caption = '&Search'
  63.     TabOrder = 3
  64.     OnClick = Button1Click
  65.   end
  66.   object Table1: TTable
  67.     Active = True
  68.     DatabaseName = 'DBDEMOS'
  69.     TableName = 'CUSTOMER.DB'
  70.     Left = 152
  71.     Top = 48
  72.   end
  73.   object DataSource1: TDataSource
  74.     DataSet = Table1
  75.     Left = 224
  76.     Top = 48
  77.   end
  78. end
  79.